home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / interinstall / compuserve.iimod next >
Text File  |  1995-08-25  |  957b  |  39 lines

  1. #MODULE FOR iNTERiNSTALL 1.51 -  Compuserve (compuserve.com)
  2. #
  3. ECHO OFF
  4. TIMEOUT 3600     ; Set maximum wait time (in ticks)
  5. REDIAL "BUSY"    ; Redial on busy signal
  6. DELAY 100
  7. SEND ""
  8. DELAY 50
  9. ;INSTALL Enter the modem initialization command
  10. SEND "$RESPONSE" ; Initialize the modem
  11. DELAY 20
  12. WAIT "K"         ; Wait for the OK
  13. ;INSTALL Enter the telephone number for Compuserve
  14. SEND "ATDT$RESPONSE" ; Dial into CIS
  15. DELAY 20
  16. WAIT "CT"        ; Wait for connect
  17. DELAY 50
  18. SEND ""          ; Send a CR-LF
  19. DELAY 20
  20. WAIT ":"         ; Wait for Name:
  21. SEND "+CIS"      ; Send CIS in reply
  22. DELAY 20
  23. WAIT "D:"        ; Wait for User ID:
  24. ;INSTALL Enter your USER ID (ex: 70431,2172)
  25. SEND "+$RESPONSE/GO:PPPCONNECT"
  26. DELAY 20
  27. WAIT ":"         ; Wait for Password:
  28. ;INSTALL Enter your PASSWORD
  29. SEND "$RESPONSE" ; Send your password
  30. DELAY 10
  31. #END
  32.  
  33. ; Domain names
  34. DOMAIN compuserve.com
  35. ; Name servers
  36. NAMESERVER 149.174.64.41
  37. NAMESERVER 149.174.211.5
  38. NAMESERVER 149.174.213.5
  39.